Bossdds
By Boss302

This simple tool is for extracting headerless dds data from game files.
What the program does, is take the "chunk" of data you specify, and slaps
a dds header based on the information you supply, and tries to build a dds file.

Version 1.0.0.0
Initial version
Allows for extraction of data from a file, given start address and end address.
If end address is not given, quantity of data will be determined by dds data.
Therefore it is possible by giving end address to have too much or too little data.
Currently there is no preview or known offset functionality. That's why the buttons 
are disabled.

Version 1.0.0.1
The XRes and YRes were flipped internally.
The Image calculation was using the y res twice instead of the xres and yres
Added a button to calculate the end address based on the start and dds size